home *** CD-ROM | disk | FTP | other *** search
/ The Scientific Center / The Scientific Center.iso / pc / SCIENCE.EXE / SCIENCE.dxr / Internal_61_es.ls < prev    next >
Encoding:
Text File  |  1999-03-22  |  277 b   |  20 lines

  1. on mouseEnter me
  2.   cursor(280)
  3.   set the ink of sprite the currentSpriteNum to 4
  4. end
  5.  
  6. on mouseLeave me
  7.   cursor(-1)
  8.   set the ink of sprite the currentSpriteNum to 36
  9. end
  10.  
  11. on mouseDown me
  12.   puppetSound(3, "M_BEEP")
  13.   cursor(4)
  14. end
  15.  
  16. on mouseUp me
  17.   go(1, "ES")
  18.   cursor(-1)
  19. end
  20.